golang.org/x/tools/internal/gcimporter.iimporter.pkgCache (field)

4 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L222: 		pkgCache:    make(map[uint64]*types.Package),
		iimport.go#L294: 		p.pkgCache[item.pathOffset] = pkg
		iimport.go#L382: 	pkgCache    map[uint64]*types.Package
		iimport.go#L506: 	if pkg, ok := p.pkgCache[off]; ok {